PER.exhibit.GUI
Interface Screen

All Known Implementing Classes:
AttractLoop, MissionCentral, Panoramic, RoverPOVScreen

public interface Screen

Interface for all screens displayed by the kiosk software.


Method Summary
 void setClockTime(java.lang.String s)
          If the screen has a clock, sets the clock text to the given string, otherwise does nothing.
 void start()
          Initializes the screen and prepares it to be displayed.
 void stop()
          Performs any cleanup, such as stoping timers, when the screen stops being displayed.
 

Method Detail

start

public void start()
Initializes the screen and prepares it to be displayed.


stop

public void stop()
Performs any cleanup, such as stoping timers, when the screen stops being displayed.


setClockTime

public void setClockTime(java.lang.String s)
If the screen has a clock, sets the clock text to the given string, otherwise does nothing.